
/*顶部要闻样式*/
.content-box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.content-top {
    height: auto;
    margin-top: 10px;
}
.ct_first3 {
    height: auto;
    width: 90%;
    line-height: 40px;
    padding-left: 60px;
}
.ct_first {
    height: auto;
    width: 100%;
    line-height: 40px;
}
.ct_first .top-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ct_first > .top-title > a:hover {
    color:#000000;
    width: 100%;
    font-weight: 600;
}
.ct_second {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 5px;
    align-items: center;
    position: relative;
    text-align: center;
}
.ct_second_box {
    display: flex;
    justify-content: space-around;
    flex: auto;
    position: relative;
}
.ct_second_child {
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 2px 5px 5px;
    box-sizing: border-box;
    flex: auto;
    position: relative;
}
.ct_second_child a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.ct_second > .ct_second_box >.ct_second_child > a:hover {
    width: 100%;
}
.ct_second_child::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    width: 1px;
    height: 18px;
    background-color: #b96e6d;
    transform: translate(0, 0);
 }
.ct_second_child:nth-child(3)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}
/*顶部轮播样式*/
.lunbo_redian {
    display: flex;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}
.lunbo_one{
    width: 68%;
    height: 460px;
}
.lunbo_one_box {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.lunbo_one_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    margin: 0 auto;
}
.lunbo_one_img:hover img {
    transform-origin: center;
    transform: scale(1.05);
}
.lunbo_one_img > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(103,96,98,0.8);
}
.lunbo_one_img > div > a {
    position: absolute;
    width: 75%;
    height: 60px;
    bottom: 0;
    padding: 0 35px;
    color: #f0f0f0;
    font-size: 20px;
    text-align: left;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.lunbo_one_box .layui-carousel-ind {
    position: relative;
    top: -40px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo_one_box .layui-carousel-ind li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.lunbo_one_box .layui-carousel-ind li.layui-this {
    background-color: #9e1714;
    width: 25px;
    height: 10px;
    margin: 0 7px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.redian {
    height: 460px;
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    background-image: url(../../image/jiuquanshi/lunbo_background.png);
}
.redian_box {
    height: 40px;
    width: 384px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}
.redian_box ul {
    display: flex;
    height: 42px;
}
.redian_box ul li {
    width: 57px;
    height: 20px;
    padding: 3px 19px 15px 21px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.redian_box_title {
    width: 57px;
    height: 20px;
    font-size: 20px;
    font-weight: 560;
    background-color: #984240;
    border-radius: 0 0 10px 10px;
}

.redian_box_bottom {
    width: 384px;
    height: 420px;
}
.redian_box_text {
    padding-bottom: 20px;
    height: 35px;
}
.redian_box_text span a {
    padding: 5px 20px 6px 32px;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: #FFFFFF;
}
.redian_box_text span a:hover {
    background-color: #984240;
    font-size: 20px;
}
/*顶部要闻2样式*/
.content-top2 {
    height: auto;
}
.ct_first4 {
    height: auto;
    width: 90%;
    line-height: 40px;
    padding-left: 60px;
}
.ct_first2 {
    height: auto;
    width: 100%;
    line-height: 40px;
}
.ct_first2 .top-title2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ct_first2 > .top-title2 > a:hover {
    color:#000000;
    width: 100%;
    font-weight: 600;
}
.ct_second2 {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 15px;
    align-items: center;
    position: relative;
    text-align: center;
}
.ct_second_box2 {
    display: flex;
    justify-content: space-around;
    flex: auto;
    position: relative;
}
.ct_second_child2 {
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 2px 5px 5px;
    box-sizing: border-box;
    flex: auto;
    position: relative;
}
.ct_second_child2 >a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    letter-spacing: 1px;

}
.ct_second2 > .ct_second_box2 >.ct_second_child2 > a:hover {
    width: 100%;
}
.ct_second_child2::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    width: 1px;
    height: 18px;
    background-color: #b96e6d;
    transform: translate(0, 0);
}
.ct_second_child2:nth-child(3)::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}
/*广告位1*/

.gg1-box {
    height: 220px;
}
.gg1-top {
    width: 100%;
    height: 100px;
}
.gg1-bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
.gg1-bottom-left {
    width: 65%;
    padding-right: 20px;
}
/*市县新闻、数字报*/
.content-top3 {
    display: flex;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sx_news {
    height: 270px;
    width: 68%;
}
.shuzibao{
    width: 32%;
}
.sx_news_title {
    width: 850px;
    height: 35px;
    font-size: 20px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
}
.sx_news_title > ul {
    display: flex;
}
.sx_news_title > ul >li {
    padding-right: 35px;
}
.active1 >a {
    color:#9e1714;
    font-size: 20px;
    border-bottom:solid 3px #9e1714;
    font-weight: 600;
}
.sx_news_title > ul > li > a:hover {
    color:#9e1714;
    font-size: 20px;
    border-bottom:solid 3px #9e1714;
    width: 100%;
    font-weight: 600;
}
/*轮播图2*/
.lunbo2 {
    width: 100%;
    margin-top: 28px;
    display: flex;
}
.lunbo2_box {
    width: 350px;
    height: 210px;
}
.lunbo2_box_img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.lunbo2_box_img .layui-carousel-ind {
    position: relative;
    top: -48px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}
.lunbo2_box_img .layui-carousel-ind li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.lunbo2_box_img .layui-carousel-ind li.layui-this {
    background-color: #9e1714;
    width: 12px;
    height: 7px;
    margin: 0 3px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.lunbo2_img img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    object-fit: cover;
    transition: all .5s;
}
.lunbo2_img:hover img {
    transform-origin: center;
    transform: scale(1.1);
}
.lunbo2_img > div > a {
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(103,96,98,0.8);
}
.lunbo2_box .layui-carousel-ind {
    position: relative;
    top: -20px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}
.lunbo2_box .layui-carousel-ind ul {
    background-color: unset !important;
}
/*右侧新闻*/
.right-news1 {
    width: 470px;
    height: 210px;
    overflow: hidden;
    padding-left: 10px;
}
.right-news1-text {
    font-size: 16px;
    line-height: 20px;
    height: 210px;
    width: 470px;
}
.right-news1-text .item3 {
    width: 450px;
    height: 215px;
    padding: 0 10px;
}
.right-news1-text .item3 >span {
    display: block;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-news1-text > div > span > a:hover{
    font-weight: 600;
    color: #0C0C0C;
}
/*数字报*/
.szb {
    display: flex;
    width: 384px;
    height: auto;
    padding-left: 5px;
}
.szb-title {
    width: 380px;
    height: 27px;
    border-bottom: 1px solid #9e1714;
}
.szb-title > span > a {
    color:#9e1714;
    font-size: 24px;
    border-bottom:solid 3px #9e1714;
    width: 100%;
    font-weight: 600;
    letter-spacing: 3px;
}
.szb-bottom {
    display: flex;
    width: 384px;
}
.szb-img {
    height: 220px;
    padding: 15px 33px 8px 27px;
}
.table4_con img {
    width: 150px;
    height: 210px;
}
.szb-right {
    display: flex;
    width: 180px;
    height: 220px;
    padding-top: 15px;
    flex-direction: column
}
.szb-right-box {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.to_left {
    position: relative;
    border: 1px solid #9e1714;
    color: #9e1714;
    cursor: pointer;
}

.table4_list ul li{
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 7px;
    height: 35px;
    width: 170px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: #b59090 1px 1px 5px 0px;
    margin-top: 5px;
}
.table4_con {
    height: auto;
    padding: 20px 30px 10px 10px;
}
.item1{
    width: 100%;
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item1 img {
    line-height: 40px;
    font-weight: 600;
    padding: 5px 22px;
    cursor: pointer;
    display: block;
}
/*专题*/
.zt {
    display: flex;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.zt-left {
    width: 3%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zt-left-box {
    width: 20px;
    height: 70px;
    background-color: #9e1714;
    box-shadow: #ededed -5px 0 10px 10px;
    text-align: center;
}
.zt-left-box > span  {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
}
.carouselpar {
    width: 2100px;
    height: 100px;
    position: relative;
    padding-left: 20px;
}
.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}
.carouselpar .sltm-carousle {
    width: 100%;
}
.lf {
    float: left;
}
.carouselpar #Carouselzt ul {
    padding-left: 0;
}
.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.sltm-carousle {
    width: 100%;
    height: 100%;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.carouselpar .carousel-img li {
    height: 100px;
    width: 300px;
    float: left;
}
.carousel-img li {
    height: 100%;
    width: 100%;
}
.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.carousel-img li a img {
    height: 80px;
    width: 270px;
}
.carl-btn {
    width: 17px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
.carl-btn img {
    height: 80px;
    margin: 0 auto;
}
.pre {
    left: 19px;
}
.next {
    right: 8px;
}
/*视频中心*/
.sp {
    height: auto;
    position: relative;
}
.sp .shipinzhongxin {
    width: 100%;
    line-height: 50px;
}
.shipinzhongxin img {
    width: 100%;
    height: 100%;
}
.shipin-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 100px);
    top: 7px;
    text-align: center;
}
.shipin-text > span a {
    font-size: 24px;
    font-weight: 600;
    color: #9e1714;
}
.shipin-video {
    width: 100%;
    height: 400px;
    display: flex;
}
.shipin-left {
    display: flex;
    width: 75%;
    height: 100%;
}
.shipin-left-box1 {
    width: 455px;
    height: 375px;
}
.box1-title {
    width: 455px;
    height: 25px;
    padding:20px 0 10px 10px;
    display: flex;
}
.box1-title-text >span>a {
    font-size: 20px;
    color: #9e1714;
}
.box1-bottom {
    position: relative;
    width: 440px;
    height: 270px;
}
.box1-bottom > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box1-bottom > img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -3px;
    top: 223px;
}
.box1-bottom > div {
    box-shadow: 0 0 1px 0;
}
.box1-bottom-title {
    width: 440px;
    height: 82px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box1-bottom span {
    font-size: 16px;
    text-align: center;
    line-height: 70px;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
/*视觉志*/
.shipin-middle {
    display: flex;
    flex-direction: column
}
.shipin-left-box2 {
    display: flex;
}
.shipin-left-box2-one {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    padding-right:25px;
}
.shipin-left-box2-top {
    width: 220px;
    height: 25px;
    padding:20px 0 10px 10px;
    display: flex;
}
.shipin-left-box2-top-text > span > a {
    font-size: 20px;
    color: #9e1714;
    line-height: 30px;
}
.shipin-left-box2-bottom {
    position: relative;
}
.shipin-left-box2-bottom img {
    position: relative;
    width: 200px;
    height: 130px;
}
.shipin-left-box2-bottom span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    text-align: center;
}
.shipin-left-box2-two {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    padding-right:25px;
}
.shipin-left-box3 {
    display: flex;
}
.shipin-left-box3-two {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    padding-right:25px;
}
.shipin-right {
    width: 300px;
    height: 100%;
    padding-left: 20px;
}
.shipin-left-box1 {
    height: 385px;
}
.shipin-right-title {
    height: 25px;
    padding: 5px 0 10px 0;
    display: flex;
}
.shipin-right-title >span > a {
    font-size: 20px;
    color: #9e1714;
    line-height: 30px;
}
/*短视频*/
.duanshipin {
    width: 300px;
    height: 360px;
    display: flex;
    position: relative;
}
.duanshipin-box {
    width: 280px;
    height: 310px;
    overflow: hidden;
}
.duanshipin-box .swiper-wrapper {
    width: 280px;
    height: 310px;
}
.duanshipin-box .swiper-wrapper .swiper-slide {
    width: 60%;
    display: flex;
    -webkit-box-pack: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    transition: 300ms;
}
.duanshipin-box .swiper-container2 {
    width: 100%;
    height: 100%;
}
.duanshipin-box .swiper-slide-next-next, .duanshipin-box .swiper-slide-prev-prev {
    z-index: 997;
}
.duanshipin-box .swiper-slide-next, .duanshipin-box .swiper-slide-prev {
    z-index: 998;
}
.duanshipin-box .swiper-slide-active {
    transform: scale(1.05);
    z-index: 999;
}
.duanshipin-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duanshipin-text {
    position: absolute;
    top: 320px;
    left: 10px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.duanshipin-text >span >a{
    font-size: 16px;
    font-weight: 600;
}
/*广告位2*/
.gg2 {
    margin-top: 28px;
    height: 90px;
    width: 1200px;
}
.gg2 img {
    width: 100%;
    height: 100%;
}
/*大块新闻区*/
.content-maxnews {
    height: auto;
    display: flex;
    margin-top: 15px;
}
.left-news {
    flex: none;
    width: 400px;
    height: 1250px;
    margin-right: 5px;
}
.content-caijing {
    flex: none;
    width: 380px;
    height: 320px;
    margin-right: 15px;
}
.content-shuzibao_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
}
.content-shizheng_number {
    flex: none;
    width: 85px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #9e1714;
}
.content-shizheng_number span a {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    display: block;
    width: 85px;
}
.left-news-shizheng {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}
.left-news_tuwen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.left-news_tu {
    flex: none;
    width: 180px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 16px;
}
.left-news_tu img {
    object-fit: cover;
    transition: all 1s;
    position: relative;
    width: 180px;
    height: 100px;
    overflow: hidden;
}
.left-news_tu:hover img{
    transform-origin: center;
    transform: scale(1.08);
}
.left-news_wen {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
}
.left-news_wen span > a {
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    letter-spacing: 1px;
}
.left-news_wen span a:hover {
    font-size: 16px;
    font-weight: 600;
}
.left-news_title {
    height: 35px;
    position: relative;
}
.left-news_title span {
    padding: 5px 20px 5px 25px;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.left-news_title span:hover {
    font-weight: 600;
}
.left-news_title span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e1714;
    position: absolute;
    left: 0;
    margin-top: 18px;
}
.content-fazhi {
    flex: none;
    width: 380px;
    height: 250px;
    margin-right: 15px;
}
.content-fazhi_number {
    flex: none;
    width: 80px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #9e1714;
}
.content-fazhi_number span a {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
}
.content-fazhi2 {
    flex: none;
    width: 380px;
    height: 230px;
    margin-right: 15px;
}
.content-fazhi3 {
    flex: none;
    width: 380px;
    height: 320px;
    margin-right: 15px;
    display: flex;
    flex-direction: column
}
/*公告广告*/
.content_fazhi9 {
    flex: none;
    width: 380px;
    height: 250px;
    margin-right: 15px;
}
.gonggao {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;

}
.gonggao_box {
    flex: none;
    width: 300px;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 22px;
}
.gonggao_box ul {
    display: flex;
}
.gonggao_box ul li {
    line-height: 36px;
    margin-right: 60px;
    font-size: 24px;
    text-align: center;
}
.gonggao_box_title {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.gonggao_box ul li:hover {

    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;

}
.gonggao_box_text {
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.gonggao_box_text span {
    padding: 5px 20px 5px 25px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.gonggao_box_text span:hover {
    font-weight: 600;
}
.gonggao_box_text span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e1714;
    position: absolute;
    left: 0px;
    margin-top: 13px;
}
.left_news-shizheng9 {
    width: 100%;
    height: 50%;
    margin-top: 10px;
}


/*短评长论*/
.pinglun {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
}
.pinglun_box {
    flex: none;
    width: 300px;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 22px;
}
.pinglun_box ul {
    display: flex;
}
.pinglun_box ul li {
    line-height: 36px;
    margin-right: 60px;
    font-size: 24px;
    text-align: center;
}
.pinlun_box_title {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.pinglun_box ul li:hover {

    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;

}
.pinlun_box_text {
    height: 35px;
    position: relative;
}
.pinlun_box_text span {
    padding: 5px 20px 5px 25px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.pinlun_box_text span:hover {
    font-weight: 600;
}
.pinlun_box_text span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e1714;
    position: absolute;
    left: 0;
    margin-top: 13px;
}
.left-news-shizheng2 {
    width: 100%;
    height: 50%;
    margin-top: 10px;
}
.left-gg2 {
    flex: none;
    width: 380px;
    height: 90px;
    margin-right: 15px;
    position: relative;
}
.left-gg2 img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5%;
}
/*一周热帖*/
.one_week {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
}
.one_week_box {
    flex: none;
    width: 340px;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 22px;
}
.one_week_box ul {
    display: flex;
}
.one_week_box ul li {
    line-height: 36px;
    margin-right: 45px;
    font-size: 24px;
    text-align: center;
}
.one_week_box_title {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.one_week_box ul li:hover {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.one_week_text {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}
.one_week_text_title {
    height: 35px;
    position: relative;
}
.one_week_text_title img {
    position: absolute;
    top: 10px;
    width: 11px;
    height: 11px;
}
.one_week_text_title span {
    padding: 5px 10px 0 25px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.one_week_text_title span:before {
    content: url("../../image/jiuquanshi/huo.png");
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    margin-top: 0;
}
.one_week_text_title span:hover {
    font-weight: 600;
}
/*交流*/
.content-fazhi4 {
    flex: none;
    width: 380px;
    height: 230px;
    margin-right: 15px;
    display: flex;
    flex-direction: column
}
.one_week2 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
}
.one_week_box2 {
    flex: none;
    width: 380px;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 22px;
}
.one_week_box2 ul {
    display: flex;
}
.one_week_box2 ul li {
    line-height: 36px;
    margin-right: 60px;
    font-size: 24px;
    text-align: center;
}
.one_week_box_title2 {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.one_week_box2 ul li:hover {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.one_week_text2 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}
.one_week_text_title2 {
    height: 35px;
    position: relative;
}
.one_week_text_title2 span {
    padding: 5px 10px 0 25px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.one_week_text_title2 span:hover {
    font-weight: 600;
}
.one_week_text_title2 span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e1714;
    position: absolute;
    left: 0px;
    margin-top: 18px;
}
/*科技*/
.content-fazhi6 {
    width: 380px;
    height: 280px;
    margin-right: 15px;
}
.one_week3 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
}
.one_week_box3 {
    flex: none;
    width: 130px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid #9e1714;
}

.one_week_box3 > span >a {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    display: block;
    width: 130px;
}
.one_week_box_title3 {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.one_week_box3 ul li:hover {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
}
.left_news_shizheng3 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}
.left_news_tuwen3 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.left_news_tu3 {
    flex: none;
    width: 180px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 16px;
}
.left_news_tu3 img {
    object-fit: cover;
    transition: all 1s;
    position: relative;
    width: 180px;
    height: 100px;
    overflow: hidden;
}
.left_news_tu3:hover img{
    transform-origin: center;
    transform: scale(1.08);
}
.left_news_wen3 {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
}
.left_news_wen3 span > a {
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    letter-spacing: 1px;
}
.left_news_wen3 span > a:hover {
    font-weight: 600;
}
.left_news_title3 {
    height: 35px;
    position: relative;
}
.left_news_title3 span {
    height: 30px;
    padding: 5px 3px 0px 18px;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.left_news_title3 span:hover {
    font-weight: 600;
}
.left_news_title3 span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e1714;
    position: absolute;
    left: 0;
    margin-top: 16px;
}
/*便民服务*/
.content-fazhi5 {
    flex: none;
    width: 380px;
    height: 230px;
    margin-right: 15px;
    display: flex;
    flex-direction: column
}
.one_week_box4 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #9e1714;
    flex-wrap: wrap;
    line-height:57px;
}
.one_week_box4 >div {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    border-bottom: 3px solid #9e1714;
    line-height: 78px;
    height: 57px;
}
.left-news-shizheng5 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}
.left-gg {
    flex: none;
    width: 380px;
    height: 90px;
    margin-right: 15px;
}
.left-gg img {
    width: 380px;
    height: 100%;
    overflow: hidden;

}
.left-news_title-img {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    align-items: flex-end;
}
.middle-news {
     flex: none;
     width: 400px;
     height: 1250px;
     margin-right: 15px;
}
.right-news {
    flex: none;
    width: 400px;
    height: 1250px;
    margin-right: 15px;
}
/*广告位3*/
.gg3 {
    margin-top: -25px;
    height: 90px;
    width: 1200px;
}
.gg3 img {
    width: 100%;
    height: 100%;
}
/*大块文化区*/
.content-culture {
    height: auto;
    display: flex;
    margin-top: 15px;
}
.left-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}
.middle-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}

.right-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}

.content-shizheng_number2 {
    flex: none;
    width: 150px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid #9e1714;
}
.content-shizheng_number2 span a {
    font-size: 24px;
    font-weight: 560;
    color: #9e1714;
    display: block;
    width: 150px;
}
.content-caijing2 {
    width: 380px;
    height: 280px;
    margin-right: 15px;
}
/*广告位4*/
.gg4 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 90px;
    width: 1200px;
}
.gg4 img {
    width: 100%;
    height: 100%;
}
/*新媒体*/
.content-xinmeiti {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.rongmei {
    width: 100%;
    height: 100%;
    background: url("../../image/jiuquanshi/beijing.png") no-repeat;
}
.rongmei-title {
    height: 70px;
    position: relative;
}
.rongmei-title img {
    width: 100%;
    height: 100%;
}
.rongmei-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 95px);
    top: 24px;
    text-align: center;
}
.rongmei-text >span a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}
.rongmei-img {
    height: 440px
}
.xinmeiti-box .swiper-container {
    width: 100%;
    height: 100%;
}
.xinmeiti-box .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1.05);
}
.xinmeiti-box .swiper-slide-next-next, .xinmeiti-box .swiper-slide-prev-prev {
    transform: scale(1.2);
    z-index: 997;
}
.xinmeiti-box .swiper-slide-next, .xinmeiti-box .swiper-slide-prev {
    transform: scale(1.35);
    z-index: 998;
}
.xinmeiti-box .swiper-slide-active {
    transform: scale(1.5);
    z-index: 999;
}
.xinmeiti-box .swiper-slide img {
    width: 505px;
    height: 270px;
    object-fit: cover;

}
/*多彩酒泉*/
.jiuquan {
    height: 440px;
    padding-top: 10px;
}
.jiuquan-title {
    width: 100%;
    height: 70px;
    position: relative;
}
.jiuquan-title img {
    width: 100%;
    height: 100%;
}
.jiuquan-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 95px);
    top: 24px;
    text-align: center;
}
.jiuquan-text >span a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}
.jiuquan-img {
    width: 100%;
    height: 340px;
}
.jiuquan-img img {
    width: 100%;
    height: 100%;
}
.section-culture-shijue {
    padding: 10px 0 10px 0;
}
.culture-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 380px;
    display: flex;
}
.culture-content >a {
    display: contents;
}
.culture-flex {
    flex: 2;
    height: 375px;
    background-color: #BDC3CD;
    transition: all 1.5s;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.culture-flex img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture-flex::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    transition: all 1.5s;
}
.culture-text-top {
    width: 20px;
    height: 220px;
    position: absolute;
    overflow: hidden;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    left: 30px;
    top: 16%;
    z-index: 999;
    text-overflow: ellipsis;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}
.culture-text  {
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 0;
    line-height: 2em;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.culture-active {
    flex: 14;
}
.culture-active .culture-text {
    transform: translateY(0);
    opacity: 1;
    background-color: rgba(103,96,98,0.3);
}
.culture-active::after {
    background-color: rgba(100, 100, 100, 0);
}
/*友情链接*/
.lianjie {
    height: 170px;
    padding-top: 30px;
}
.lianjie-title {
    width: 100%;
    line-height: 30px;
    position: relative;
}
.lianjie-title-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 100px);
    top: 7px;
    text-align: center;
}
.lianjie-title-text > span {
    font-size: 20px;
    font-weight: 600;
    color: #9e1714;
}
.lianjie-title img {
    width: 100%;
    height: 100%;
}
.lianjie-text {
    width: 100%;
    height: 225px;
    display: flex;
    flex-direction: column;
}
.lianjie_text_title {
    height: 70px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 20px;
}
.lianjie_text_title > ul {
    margin-left: 30px;
    display: flex;
}
.lianjie_text_title > ul >li {
    padding-right: 65px;
}
.active2 >a {
    color:#9e1714;
    font-size: 20px;
    border-bottom:solid 3px #9e1714;
    font-weight: 600;
}
.lianjie_text_title > ul > li > a:hover {
    color:#9e1714;
    font-size: 16px;
    border-bottom:solid 3px #9e1714;
    width: 100%;
    font-weight: 600;
}
.lianjie_text_title > ul > li > a {
    font-size:16px;
    width: 160px;
    text-align: center;
}
.lianjie-text-bottom {
    width:100%;
    height: 95px;
}
.lianjie-text2 {
    width: 100%;
    display: flex;
    height: 80px;
    color: #9e1714;
    font-size: 14px;
}
.lianjie-text2 .item2{
    width: 1200px;
    height: 100px;
    display: flex;
    flex-flow: wrap;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.lianjie-text2 .item2 span {
    display: inline-block;
    width: 109px;
    height: 50px;
    font-size: 14px;
    color: #9e1714;
    text-align: left;
}
/*右侧图标*/
.right_image {
    position: fixed;
    top: 240px;
    right: 150px;
    width: 55px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
}
.right_image_right ul {
    position: fixed;
    top: 270px;
}

.right_image img{
    width: 100%;
    height: 100%;
}
.right_image div {
    position: relative;
    flex: none;
    height: 57px;
    width: 60px;
    text-align: center;
    font-size: 14px;
}
.right_image2 {
    position: fixed;
    top: 430px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
.right_image3 {
    position: fixed;
    top: 240px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
.right_image4 {
    position: fixed;
    top: 580px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
.right_image5 {
    position: fixed;
    top: 470px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
.right_image6 {
    position: fixed;
    top: 700px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
.right_image7 {
    position: fixed;
    top: 280px;
    right: 225px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}
/*返回按钮*/
.slider_bar {
    position: fixed;
    top: 850px;
    right:150px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 999;

}
.slider_bar img{
    width: 55px;
    height: 55px;
}
.slider_bar div {
    width: 74px;
    height: 18px;
    font-size: 14px;
    text-align: center;
}
@media (max-height: 800px)and (min-height: 500px){
    .right_image {
        position: fixed;
        top: 170px;
        right: 10px;
        width: 55px;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
    }
    .right_image_right ul {
        position: fixed;
        top: 130px;
    }
    .right_image img{
        width: 100%;
        height: 100%;
    }
    .right_image div {
        position: relative;
        flex: none;
        height: 57px;
        width: 60px;
        text-align: center;
        font-size: 14px;
    }
    .right_image2 {
        position: fixed;
        top: 290px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    .right_image3 {
        position: fixed;
        top: 110px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    .right_image4 {
        position: fixed;
        top: 460px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    .right_image5 {
        position: fixed;
        top: 350px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    .right_image6 {
        position: fixed;
        top: 580px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    .right_image7 {
        position: fixed;
        top: 140px;
        right: 80px;
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        z-index: 9999;
        pointer-events: none;
    }
    /*返回按钮*/
    .slider_bar {
        position: fixed;
        top: 850px;
        right:10px;
        width: 55px;
        height: 55px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;

    }
    .slider_bar img{
        width: 55px;
        height: 55px;
    }
    .slider_bar div {
        width: 74px;
        height: 18px;
        font-size: 14px;
        text-align: center;
    }

}
@media (min-width: 1500px) and (max-width: 1600px){
    .right_image {
        right: 110px;
    }
    .slider_bar {
        right: 110px;
    }

}










